home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex With Asia / Virtual Sex With Asia.iso / mac / Virtual Sex with Asia.Dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1997-09-07  |  244 b   |  12 lines

  1. global gMovieSprite
  2.  
  3. on exitFrame
  4.   if the shiftDown and the controlDown then
  5.     set the movieRate of sprite gMovieSprite to 0
  6.     updateStage()
  7.     set the locV of sprite gMovieSprite to -1000
  8.     updateStage()
  9.     go(marker(1))
  10.   end if
  11. end
  12.